Add libostree release task
authorFelix Krull <f_krull@gmx.de>
Wed, 17 Oct 2018 21:43:27 +0000 (23:43 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000 (12:53 -0400)
rust-bindings/rust/.gitlab-ci.yml

index 2c88d1b7bca4dd7ddb7ed63684d0925723cd5527..f8eb5cc0c878398ee9629e266aaeaa18360c4022 100644 (file)
@@ -57,10 +57,8 @@ publish_libostree-sys:
     - cargo publish --verbose --manifest-path libostree-sys/Cargo.toml --token $CRATES_IO_TOKEN
   when: manual
 
-#publish_libostree:
-#  stage: publish
-#  before_script:
-#  - cargo login $CRATES_IO_TOKEN
-#  script:
-#  - cargo publish --verbose --manifest-path libostree/Cargo.toml
-#  when: manual
+publish_libostree:
+  stage: publish
+  script:
+  - cargo publish --verbose --manifest-path libostree/Cargo.toml --token $CRATES_IO_TOKEN
+  when: manual